home *** CD-ROM | disk | FTP | other *** search
-
- /****************************************************************
- * *
- *****************************************************************
-
- EDCMDS.H - ED Keyboard Command definitions.
-
- Copyright(c) Soft As It Gets P/L 1984 - 1993
-
- Last change: NF 21 Jul 93 11:53 am
- */
-
-
- /* This file defines all of the ED commands which can be assigned to
- * to the Keyboard. It also provides the basis of the text for the
- * Quick Reference Guide. The C Comment beside each #define K_xx is the
- * guide text for that command. Any line whose comment starts with a #
- * is not included in the Quick reference. Lines with Comments starting
- * with a $ appear as Subheadings in the guide. The Quick Reference Guide
- * is automatically produced when necessary, when the K_QREF command is
- * executed.
- */
-
- #ifndef ED_CINTR
- #define K_BOOK_MARKS
- #define K_MOUSE_DEFS
- #define K_PRT_DEFS
- #endif
-
- #ifndef PRG_ONLY /* need to save memory in fext_prg.c */
-
- #define K_CR 13 /*# ascii value for CR */
-
- #define K_SM_SEPARATOR 299 /*# sub menu seperator bar */
-
- /*$ Help and Menu commands */
- #define K_CMD_BASE 300 /*# 1st cmd value */
- #define K_M_HEAD 300 /*# used in menu struct to indicate a heading */
- #define K_MENU 301 /* Main menu */
- #define K_HELP 302 /* Display help index */
- #define K_HELP_CTXT 303 /* Context sensitive help */
- #define K_HELP_SDK 304 /* Windows SDK help */
- #define K_HELP_SP2 305 /*# spare */
- #define K_QREF 306 /* Quick Reference guide */
- #define K_KEY_HELP 307 /* Key specific help */
- #define K_ED_C_HELP 308 /* ED C function help */
- #define K_ED_C_QREF 309 /* ED C quick reference */
- #define K_CMD_MODE 310 /*# VI command mode */
- #define K_ABOUT 311 /* About ED */
-
-
- /*$ File commands */
- #define K_NEW_FILE 312 /* Open a New file */
- #define K_EDIT 313 /* Open file for Editing */
- #define K_VIEW 314 /* Open file for Viewing */
- #define K_VIEW_TGL 315 /* Toggle between View/Edit */
- #define K_READ 316 /* Read file into text */
- #define K_TAG 317 /* Locate function/procedure */
- #define K_INCLUDE 318 /* Load include file */
- #define K_HUNT 319 /* Hunt directories for file(s) */
- #define K_HUNT_SUBDIR 320 /* Hunt subdirectories off/on */
- #define K_CUR_FNM 321 /* Insert current filename */
- #define K_DSP_STATS 322 /* Display status information */
-
- #define K_SV_CONT 323 /* Save file */
- #define K_SV_END 324 /* Save file and close */
- #define K_SV_AS 325 /* Save file as... */
- #define K_SV_ALL 326 /* Save all edited files */
- #define K_CLOSE_FILE 327 /* Close file or buffer */
- #define K_EXIT 328 /* Exit from ED */
- #define K_SV_EXIT 329 /* Save edited files and exit */
- #define K_SV_SP1 330 /*# Spare */
-
-
- #ifdef K_PROJ_INFO
- /*#$ Project commands */
- #define K_PROJ_SEL 331 /*# Project select */
- #define K_PROJ_DIRS 332 /*# Project directories */
- #define K_PROJ_EXTS 333 /*# Project file extensions */
- #define K_PROJ_SP1 334 /*# Spare */
- #define K_PROJ_SP2 335 /*# Spare */
- #endif
-
- /*$ Window commands */
- #define K_NEW_WIN 336 /* Create new window */
- #define K_VERT_WIN 337 /*# Create vertical window */
- #define K_HORZ_WIN 338 /*# Create horizontal window */
- #define K_CLOSE_WIN 339 /* Close current window */
- #define K_CLOSEALL_WIN 340 /* Close all windows */
- #define K_LIST_WIN 341 /* List windows & buffers */
- #define K_NXT_WIN 342 /* Change to next window */
- #define K_PRV_WIN 343 /* Change to previous window */
- #define K_ZOOM_WIN 344 /* Zoom window in/out */
- #define K_SIZE_WIN 345 /* Resize window */
- #define K_MOVE_WIN 346 /* Move window */
- #define K_HTILE_WIN 347 /* Tile windows horizontally */
- #define K_VTILE_WIN 348 /* Tile windows vertically */
- #define K_CASCADE_WIN 349 /* Cascade windows */
- #define K_ARRANGE_WIN 350 /* Arrange windows icons */
- #define K_SEL_BUF 351 /* Select a buffer */
- #define K_WIN_SP1 352 /*# Spare */
- #define K_WIN_SP2 353 /*# Spare */
-
- /*$ Window/Buffer commands */
- #define K_NXT_BUF 354 /* Change to next buffer */
- #define K_PRV_BUF 355 /* Change to previous buffer */
- #define K_LIST_BUF 356 /* Attach buffer to window */
- #define K_WBUF_SP1 357 /*#spare */
- #define K_WBUF_SP2 358 /*#spare */
-
- /*$ Buffer commands */
- #define K_EDIT_BUF 359 /* Edit buffer */
- #define K_VIEW_BUF 360 /*# View buffer */
- #define K_GET_BUF 361 /* Get buffer */
- #define K_BUF_WD_ADD 362 /* Add word to buffer */
- #define K_KILL_BUF 363 /* Kill buffer */
- #define K_SHOW_BUF 364 /*# List all buffers */
- #define K_BUF_SP1 365 /*#spare */
- #define K_BUF_SP2 366 /*#spare */
-
-
- #ifdef K_BOOK_MARKS
- /*$ Book Mark commands */
- /* note: these are in the same order as marker defs */
- #define K_SET_MK1 367 /* Set marker 1. Block start */
- #define K_SET_MK2 368 /* Set marker 2. Block end */
- #define K_SET_MK3 369 /* Set marker 3 */
- #define K_SET_MK4 370 /* Set marker 4 */
- #define K_SET_MK5 371 /* Set marker 5 */
- #define K_SET_MK6 372 /* Set marker 6 */
- #define K_SET_MK7 373 /* Set marker 7 */
- #define K_SET_MK8 374 /* Set marker 8 */
- #define K_SET_SP1 375 /*# Spare */
-
- #define K_JMP_BEG 376 /* Jump to Start of file */
- #define K_JMP_END 377 /* Jump to End of file */
- #define K_JMP_LINE 378 /* Jump to Line number */
- #define K_JMP_ORIGLINE 379 /* Jump to Original Line number */
- /* note: these are in the same order as marker defs */
- #define K_JMP_MK1 380 /* Jump to Mark 1 */
- #define K_JMP_MK2 381 /* Jump to Mark 2 */
- #define K_JMP_MK3 382 /* Jump to Mark 3 */
- #define K_JMP_MK4 383 /* Jump to Mark 4 */
- #define K_JMP_MK5 384 /* Jump to Mark 5 */
- #define K_JMP_MK6 385 /* Jump to Mark 6 */
- #define K_JMP_MK7 386 /* Jump to Mark 7 */
- #define K_JMP_MK8 387 /* Jump to Mark 8 */
- #define K_JMP_MKC 388 /* Jump to Last change Mark */
- #define K_JUMP 389 /* Jump to selected Mark */
- #define K_JMP_SP1 390 /*# Spare */
- #endif
-
-
- #ifdef K_BLK_DEFS
- /*$ Block commands */
- /* note: order of Copy, Move, Delete and Put is important */
- #define K_BLK_COPY 391 /* Copy marked block */
- #define K_BLK_MOVE 392 /* Move marked block */
- #define K_BLK_DELETE 393 /* Delete marked block */
-
- #define K_BLK_SCOPY 394 /* Copy block to scrap */
- #define K_BLK_SCUT 395 /* Cut block to scrap */
- #define K_BLK_PASTE 396 /* Paste scrap into text */
- #define K_BLK_SHOW 397 /*#Display the scrap */
-
- #define K_BLK_WRITE 398 /* Write marked block */
- #define K_BLK_PUT 399 /* Put block into buffer */
- #define K_BLK_APPEND 400 /* Append block to buffer */
- #define K_BLK_FILL 401 /* Fill marked block with char */
- #define K_BLK_MISC 402 /* Misc. Block commands */
-
- #define K_BLK_LEFT 403 /* Shift block left */
- #define K_BLK_RIGHT 404 /* Shift block right */
-
- #define K_BLK_NIMARK 405 /* Non-inclusive block */
- #define K_BLK_SMARK 406 /* Stream block marking */
- #define K_BLK_LMARK 407 /* Line block marking */
- #define K_BLK_CMARK 408 /* Column block marking */
-
- #define K_BLK_CLM 409 /* Columnar block off/on */
- #define K_BLK_HIDE 410 /* Hide block off/on */
- #define K_BLK_WORD 411 /* Mark current word/line */
- #define K_BLK_SORT 412 /* Block Sort */
- /* #define K_BLK_SP1 40x */ /*# Spare */
- #endif
-
-
- /*$ Screen Movement commands */
- #define K_PAGE_DN 413 /* Page Down */
- #define K_PAGE_UP 414 /* Page Up */
- #define K_SCRL_DN 415 /* Scroll Down */
- #define K_SCRL_UP 416 /* Scroll Up */
- #define K_SCRLB_DN 417 /* Scroll bar Down */
- #define K_SCRLB_UP 418 /* Scroll bar Up */
- #define K_SCRL_LT 419 /* Scroll Left */
- #define K_SCRL_RT 420 /* Scroll Right */
- #define K_SCRL_TOP 421 /* Scroll to Top of window */
- #define K_SCRL_MID 422 /* Scroll to Middle of window */
- #define K_SCRL_BOT 423 /* Scroll to Bottom of window */
- #define K_NXT_FUNC 424 /* Next function/paragraph */
- #define K_PRV_FUNC 425 /* Previous function/paragraph */
- #define K_SCRN_SP1 426 /*# Spare */
- #define K_SCRN_SP2 427 /*# Spare */
- #define K_SCRN_SP3 428 /*# Spare */
-
- /*$ Cursor Movement commands */
- #define K_CUR_UP 429 /* Cursor Up */
- #define K_CUR_DN 430 /* Cursor Down */
- #define K_CUR_LT 431 /* Cursor Left */
- #define K_CUR_RT 432 /* Cursor Right */
-
- #define K_LINE_BEG 433 /* Start of Line */
- #define K_LINE_END 434 /* End of Line */
- #define K_FIRST_CHAR 435 /* First char on line */
- #define K_LAST_CHAR 436 /* Last char on line */
- #define K_CUR_TOP 437 /* Top of Window */
- #define K_CUR_BOT 438 /* Bottom of Window */
- #define K_WORD_BK 439 /* Word Backwards */
- #define K_WORD_FW 440 /* Word Forwards */
- #define K_WORD_START 441 /* Start of word */
- #define K_WORD_END 442 /* End of word */
- #define K_CUR_RSIDE 443 /* Right side of window */
- #define K_CUR_LSIDE 444 /* Left side of window */
- #define K_GOTO_CLM 445 /* Goto specified column */
-
-
- /*$ Edit commands */
- #define K_INS_NL 446 /* Insert new line above */
- #define K_NEWLINE 447 /* Insert new line below */
- #define K_SPLIT 448 /* Split line at current pos */
- #define K_JOIN 449 /* Join next line to current */
- #define K_DES_BS 450 /* Delete previous char */
- #define K_DEL_CU 451 /* Delete current char */
- #define K_DEL_LINE 452 /* Delete line */
- #define K_DEL_SOL 453 /* Delete to start of line */
- #define K_DEL_EOL 454 /* Delete to end of line*/
- #define K_DEL_WORD 455 /* Delete word */
- #define K_DEL_PWORD 456 /* Delete previous word */
- #define K_TAB 457 /* Tab (indent block) */
- #define K_BACK_TAB 458 /* Back Tab (undent block) */
- #define K_UNDENT 459 /* Undent */
- #define K_INDENT 460 /* Indent */
- #define K_SW_CASE 461 /* Change case of word */
- #define K_TRANSPOSE 462 /* Transpose characters */
- #define K_VERBATIM 463 /* next char Verbatim */
- #define K_INS_MODE 464 /* Insert mode on */
- #define K_INS_TOGL 465 /* Toggle Insert/Overwrite */
- #define K_UNDO 466 /* Undo last change/cmd */
- #define K_UNDO_ALL 467 /*# Undo all commands */
- #define K_REDO 468 /* Redo last Undo */
- #define K_EDIT_SP1 469 /*# Spare */
- #define K_EDIT_SP2 470 /*# Spare */
-
-
- /*$ Search commands */
- #define K_FIND 471 /* Find pattern */
- #define K_SRCH_REP 472 /* Search and Replace */
- #define K_SRCH_AGN 473 /* Search/Replace Again */
- #define K_SRCH_DIR 474 /* Change search direction */
- #define K_SRCH_FORW 475 /* Search direction = forward */
- #define K_REGEX_TGL 476 /* Regular expression off/on */
- #define K_SRCH_CASE 477 /* Ignore character case */
- #define K_SRCH_ASK 478 /* Replace and Ask first */
- #define K_SRCH_WORD 479 /*# Default search to current word */
- #define K_SRCH_GLOBAL 480 /* Global Search/Replace */
- #define K_SRCH_ALL 481 /* Search for all occurences */
- #define K_SRCH_INCDUPS 482 /* Include duplicate lines */
- #define K_ISEARCH 483 /* Incremental Search */
- #define K_SRCH_SP1 484 /*# Spare */
- #define K_SRCH_SP2 485 /*# Spare */
-
-
- /*$ Miscellaneous commands */
- #define K_RPT_CMD 486 /* Repeat Next command */
- #define K_TEMPLATE 487 /* Insert language template */
- #define K_LOCATE 488 /* Locate matching object */
-
- #define K_ALGN_CMT 489 /* Align comment */
-
- #define K_REFORM 490 /* Reformat paragraph */
- #define K_REFORM_CLM 491 /* Reformat paragraph to clm */
-
- #define K_CALENDAR 492 /* Calendar */
- #define K_CALCULATOR 493 /* Calculator */
- #define K_FUNC_LIST 494 /* Function/procedure list */
- #define K_MK_TAGS 495 /* Make function/procedure index */
-
- #define K_DRAW 496 /* Line drawing */
- #define K_RULER 497 /* Display/hide ruler */
- #define K_CHARTS 498 /* Reference charts */
- #define K_INSERT_INFO 499 /* Insert information menu */
- #define K_MISC_SP1 500 /*# spare */
- #define K_MISC_SP2 501 /*# spare */
-
- #define K_FILE_DIFF 502 /* File Difference Analysis */
- #define K_DIFF_WHAT1 503 /* Source 1 On Disk/Buffer */
- #define K_DIFF_WHAT2 504 /* Source 2 On Disk/Buffer */
-
-
- #ifdef K_MOUSE_DEFS
- /*$ Mouse actions */
- #define K_MS_LBTNDN 505 /* Left button down */
- #define K_MS_LBTNUP 506 /* Left button up */
- #define K_MS_LBTNDC 507 /* Left button double click */
- #define K_MS_RBTNDN 508 /* Right button down */
- #define K_MS_RBTNUP 509 /* Right button up */
- #define K_MS_RBTNDC 510 /* Right button double click */
- #define K_MS_MBTNDN 511 /* Middle button down */
- #define K_MS_MBTNUP 512 /* Middle button up */
- #define K_MS_MBTNDC 513 /* Middle button double click */
- #endif
-
- /*$ Do nothing and User commands */
- #define K_NOTHING 514 /* Do nothing */
-
- #define K_USER1 515 /* User command 1 */
- #define K_USER2 516 /* User command 2 */
- #define K_USER3 517 /* User command 3 */
- #define K_USER4 518 /* User command 4 */
-
-
- /*$ Bracket matching commands */
- #define K_GO_MATCH 519 /* Next/Opposite object */
- /* rem: brace_match() relies on the following order */
- #define K_GO_OPAREN 520 /* Goto open paren ( */
- #define K_GO_CPAREN 521 /* Goto closing paren ) */
- #define K_GO_OBRACE 522 /* Goto open brace { */
- #define K_GO_CBRACE 523 /* Goto closing brace } */
- #define K_GO_OBRACK 524 /* Goto open bracket [ */
- #define K_GO_CBRACK 525 /* Goto closing bracket ] */
-
-
- /*$ Macro commands */
- #define K_MACRO_REC 526 /* Macro recording start/stop */
- #define K_MACRO_PLAY 527 /* Playback current macro */
- #define K_MACRO_SAVE 528 /* Save named keystroke macro */
- #define K_MACRO_DEL 529 /* Delete a named macro */
- #define K_MACRO_EXEC 530 /* Exec named keystroke macro */
- #define K_MACRO_GET 531 /* Get macro into playback buffer */
- #define K_MACRO_RPT 532 /* Repeat current macro */
- #define K_MACRO_ASGN 533 /* Assign named macro to key */
- #define K_MACRO_SP1 534 /*# spare */
-
-
- /*$ ED C program commands */
- #define K_PGM_EXEC 535 /* Execute ED extension program */
- #define K_PGM_MENU 536 /* Menu of ED extension programs */
- #define K_PGM_SP1 537 /*#reserved for future use */
-
-
- /*$ Operating System support */
- #define K_DOS_SHELL 538 /* DOS shell */
- #define K_RUN_PROG 539 /* Run OS program */
- #define K_NEW_DRVDIR 540 /* Change Drive/Directory */
- #define K_DIR_TREE 541 /* Directory tree */
- #define K_O_SP1 542 /*# reserved for future use */
- #define K_O_SP2 543 /*# reserved for future use */
-
-
- /*$ Language Support */
- #define K_FEXT_CFG 544 /* File extension config */
- #define K_FEXT_ADD 545 /* Add new file extension */
- #define K_FEXT_SP1 546 /*# reserved for future use */
- #define K_AUTOI_TGL 547 /* Auto-indent off/on */
- #define K_SMARTI_TGL 548 /* Smart indenting off/on */
- #define K_SMARTI_OPTS 549 /* Smart indent options */
- #define K_TEMPLT_TGL 550 /* Template editing off/on */
- #define K_INDT_SZ 551 /* Indent size */
- #define K_WORD_DLM 552 /* Set word delimiters */
- #define K_WORDW_TGL 553 /* Word wrap off/on */
- #define K_RMARG_SET 554 /* Set right margin */
- #define K_LCHNG_TGL 555 /* Last change stamp off/on */
- #define K_LANGUAGE 556 /* Set Language/Text type */
- #define K_TAB_SZ 557 /* Set Tab size */
- #define K_TAB_USE 558 /* Set Tab usage - spaces/tabs */
- #define K_CMT_CLM 559 /* Set Comment alignment column */
- #define K_L_SP1 560 /*# reserved for future use */
- #define K_L_SP2 561 /*# reserved for future use */
- #define K_L_SP3 562 /*# reserved for future use */
- #define K_L_SP4 563 /*# reserved for future use */
-
- #endif /* PRG_ONLY */
-
-
- /*$ Program/Compiler Support */
- #define K_PRG_MENU 564 /* Program menu */
- #define K_PRG_MENUALL 565 /* Program menu - all ext's */
- #define K_PRG_TITLE 566 /* Program title */
- #define K_PRG_CMDLN 567 /* Program command line */
- #define K_PRG_ERR_TGL 568 /* Error tracking off/on */
- #define K_PRG_ERRTYPE 569 /* Set error track type */
- #define K_PRG_CONT_ED 570 /* Continue editing */
- #define K_PRG_MINIMIZE 571 /* Minimize application window */
- #define K_PRG_SAVE 572 /* Save file options */
- #define K_PRG_UNLOCK 573 /* Unlock and Reload file */
- #define K_PRG_EXTLST 574 /* Extension specific pgm list */
- #define K_PRG_SP1 575 /*# reserved for future use */
-
- #define K_NXT_ERR 576 /* Next compiler error */
- #define K_PRV_ERR 577 /* Prev compiler error */
-
-
- #ifndef PRG_ONLY
-
- #ifdef K_CONFIG_DEFS
-
- /*$ Configuration Options */
- #define K_CONFIG 578 /* Configuration Dialog */
- #define K_AUTOSV_SET 579 /* Auto-save time */
- #define K_BKP_TGL 580 /* Backup off/on */
- #define K_INI_FNAME 581 /* Set Configuration filename */
- #define K_SAVE_STATE 582 /* Save state on exit */
- #define K_RESTORE_DIR 583 /* Restore directory at start */
- #define K_FILE_LIST 584 /* File list control */
- #define K_LAN_LOCKS 585 /* LAN File locking off/on */
- #define K_FILE_TYPE 586 /* File type in File/Open */
- #define K_SEL_FONT 587 /* Select Font */
- #define K_SEL_FONT_SZ 588 /* Select Font size */
- #define K_TOOLBAR_TGL 589 /* Toolbar off/on */
- #define K_TOOLBAR_POS 590 /* Set toolbar position */
- #define K_SCR_OVLAP 591 /* Set screen overlap */
- #define K_DIR_KEEP 592 /* Keep Directory in File/Open */
- #define K_CUR_PEOL 593 /* Allow cursor right past eol */
- #define K_INSIDE_TABS 594 /* Cursor allowed inside Tabs */
- #define K_CUR_HUG_EOL 595 /* Cursor hugs vertically to eol */
- #define K_DISP_CTRL 596 /* Display control chars off/on */
- #define K_DISP_TABS 597 /*# Display Tab chars off/on */
- #define K_STRIP_WHITE 598 /*# Strip trailing whitespace */
- #define K_TIME_TGL 599 /* Time display off/on */
- #define K_DATE_TGL 600 /* Date display off/on */
- #define K_TMP_FILES 601 /* Save to Temporary file */
- #define K_UNDO_QSZ 602 /* Set Undo queue size */
- #define K_UNDO_KEEP 603 /*# Undo through save Off/On */
- #define K_HISTORY_SZ 604 /* Set history list size */
- #define K_WIN_OPENMAX 605 /* Open windows maximized */
- #define K_WIN_FILES 606 /* One file per window */
- #define K_MEM_LEAVE 607 /* Memory to leave for programs */
- #define K_MENU_LVL 608 /* Set Short or Long menus */
- #define K_SOUND_TGL 609 /* Sound off/on */
- #define K_SCRLBAR_TGL 610 /*# Scroll bars off/on */
- #define K_CHNG_USER 611 /*# Change User */
- #define K_MK_KEYBD 612 /*# Update keyboard and menus */
- #define K_CFG_MORE 613 /* Configuration more dialog */
- #define K_SDK_HLP_TGL 614 /* SDK context help off/on */
- #define K_REPL_SELECT 615 /* Typing replaces selection */
- #define K_SYNTAX_HL 616 /* Color syntax highlighting off/on */
- #define K_SYNTAX_COLOR 617 /* Color syntax setup */
- #define K_COLOR_FGDEF 618 /*# Default to Windows foreground - internal use only */
- #define K_COLOR_FGSET 619 /*# Set foreground color - internal use only */
- #define K_COLOR_BGDEF 620 /*# Default to Windows background - internal use only */
- #define K_COLOR_BGSET 621 /*# Set background color - internal use only */
- #define K_TEXT_EDIT_HL 622 /*# Edited text highlighting off/on */
- #define K_TEXT_INS_HL 623 /*# Inserted text highlighting off/on */
- #define K_FO_OPTIONS 624 /*# File Open options */
- #define K_FO_SV_TAGS 625 /*# File Open options */
- #define K_FO_SV_AFN 626 /*# File Open options */
- #define K_CFG_SP1 627 /*# reserved for future use */
- #define K_CFG_SP2 628 /*# reserved for future use */
- #define K_CFG_SP3 629 /*# reserved for future use */
-
- #endif /* K_CONFIG_DEFS */
-
-
- #ifdef K_PRT_DEFS
- /*$ Print commands */
- #define K_PRT_FILE 630 /* Print specified file */
- #define K_PRT_CUR_BUF 631 /* Print current buffer */
- #define K_PRT_BLOCK 632 /* Print marked block */
-
- #define K_PRT_MENU 633 /* Printer setup */
- #define K_PRT_H_TGL 634 /* Print heading on/off */
- #define K_PRT_LNUM_TGL 635 /* Print line nos. on/off */
- #define K_PRT_EXP_TABS 636 /* Expand Tabs on/off */
- #define K_PRT_EXP_CTRL 637 /* Expand Control chars on/off */
-
- #endif /* K_PRT_DEFS */
-
- #endif /* PRG_ONLY */
-
-
- #define K_CMD_LAST 640 /*# Last K_xx command */
-
-
- /*# the following are for internal use only */
- #ifdef INC_SMARTI_OPTS
- /* smart indent options - language specific */
- #define K_SMARTI_OPT1 651 /*# past end of normal K_xx #defs */
- #define K_SMARTI_OPT2 652
- #define K_SMARTI_OPT3 653
- #define K_SMARTI_OPT4 654
- #define K_SMARTI_OPT5 655
- #define K_SMARTI_OPT6 656
- #define K_SMARTI_OPT7 657
- #define K_SMARTI_OPT8 658
- #endif
-
-
- /************************************************************************
- * *
- ************************************************************************/
-